home *** CD-ROM | disk | FTP | other *** search
- object switchlangform: Tswitchlangform
- Left = 170
- Top = 101
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Select Language'
- ClientHeight = 112
- ClientWidth = 269
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object desclabel: TLabel
- Left = 20
- Top = 16
- Width = 205
- Height = 15
- Caption = 'Select the language of the program :'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object okbtn: TButton
- Left = 144
- Top = 72
- Width = 73
- Height = 25
- Caption = 'OK'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = okbtnClick
- end
- object LanBox: TComboBox
- Left = 64
- Top = 37
- Width = 153
- Height = 21
- Style = csDropDownList
- ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
- ItemHeight = 13
- TabOrder = 1
- end
- end
-